-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hydraulic unit fix ups #416
Conversation
BenTWhite
commented
Jan 7, 2025
- fixed the length_short formatter to use mm and inches
- added an infiltration_intensity formatter for rainfall intensity
- added a side slope formatter which uses the inverted slope unit - for the side slopes trapezoidal channels along with some coming attributes associated with storage
Domains/3-DisciplineOther/Hydraulics/SewerHydraulicAnalysis.ecschema.xml
Show resolved
Hide resolved
@ColinKerr @naveedkhan8067 @diegoalexdiaz the IModelNativeTests are failing - not sure what is happening. Let me know if it is something on my side. |
@BenTWhite , its not because of your changes. There is a PR on imodel-native side that got merge and its relevant changes on iTwin.js side are still waiting. As soon as that PR merge these tests should pass. |
/azp run iModelNativeTests |
Azure Pipelines successfully started running 1 pipeline(s). |
@BenTWhite, it should be working now. |
Just a heads up - am getting this failure message: src/BriefcaseManager.ts(439,19): error TS2554: Expected 2 arguments, but got 1. |
/azp run iModelNativeTests |
Azure Pipelines successfully started running 1 pipeline(s). |
Seems like iTwin.js build was broken for some time due to another issue as well. I have retriggered the build and it has passed now. |